networkRestriction

open fun networkRestriction(@NonNull() networkRestriction: NetworkRestriction): TileRegionLoadOptions.Builder

Controls which networks may be used to load the tile.By default, all networks are allowed. However, in some situations, it's useful to limit the kind of networksthat are allowed, e.g. to ensure that data is only transferred over a connection that doesn't incur cost tothe user, like a WiFi connection, and prohibit data transfer over expensive connections like cellular.